﻿2026-07-15T10:54:12.7951131Z ##[group]Run set -euo pipefail
2026-07-15T10:54:12.7952129Z [36;1mset -euo pipefail[0m
2026-07-15T10:54:12.7952946Z [36;1mPIN=0c95435[0m
2026-07-15T10:54:12.7953727Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-15T10:54:12.7954694Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-15T10:54:12.7956033Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-15T10:54:12.7957781Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-15T10:54:12.7959684Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-15T10:54:12.7961114Z [36;1m  rm -rf "$CACHE"[0m
2026-07-15T10:54:12.7962087Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-15T10:54:12.7963196Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-15T10:54:12.7964540Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-15T10:54:12.7965973Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-15T10:54:12.7966946Z [36;1mfi[0m
2026-07-15T10:54:12.7968483Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-15T10:54:12.7985241Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-15T10:54:12.7986393Z env:
2026-07-15T10:54:12.7987079Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-15T10:54:12.7987967Z ##[endgroup]
2026-07-15T10:54:13.1151679Z    Compiling proc-macro2 v1.0.106
2026-07-15T10:54:13.1153741Z    Compiling unicode-ident v1.0.24
2026-07-15T10:54:13.1155099Z    Compiling quote v1.0.45
2026-07-15T10:54:13.1156015Z    Compiling libc v0.2.186
2026-07-15T10:54:13.1156910Z    Compiling serde_core v1.0.228
2026-07-15T10:54:13.1157815Z    Compiling cfg-if v1.0.4
2026-07-15T10:54:13.1183768Z    Compiling serde v1.0.228
2026-07-15T10:54:13.1210982Z    Compiling log v0.4.32
2026-07-15T10:54:13.1246749Z    Compiling pin-project-lite v0.2.17
2026-07-15T10:54:13.1263249Z    Compiling typenum v1.20.1
2026-07-15T10:54:13.1265688Z    Compiling portable-atomic v1.13.1
2026-07-15T10:54:13.1267964Z    Compiling memchr v2.8.1
2026-07-15T10:54:13.1283665Z    Compiling version_check v0.9.5
2026-07-15T10:54:13.1324817Z    Compiling shlex v2.0.1
2026-07-15T10:54:13.1327412Z    Compiling critical-section v1.2.0
2026-07-15T10:54:13.1772031Z    Compiling find-msvc-tools v0.1.9
2026-07-15T10:54:13.2020092Z    Compiling subtle v2.6.1
2026-07-15T10:54:13.2290107Z    Compiling bytes v1.11.1
2026-07-15T10:54:13.2571980Z    Compiling futures-core v0.3.32
2026-07-15T10:54:13.4061342Z    Compiling smallvec v1.15.1
2026-07-15T10:54:13.4223003Z    Compiling equivalent v1.0.2
2026-07-15T10:54:13.4431441Z    Compiling itoa v1.0.18
2026-07-15T10:54:13.4521671Z    Compiling semver v1.0.28
2026-07-15T10:54:13.4701475Z    Compiling stable_deref_trait v1.2.1
2026-07-15T10:54:13.4754500Z    Compiling futures-io v0.3.32
2026-07-15T10:54:13.4991927Z    Compiling slab v0.4.12
2026-07-15T10:54:13.5221184Z    Compiling futures-sink v0.3.32
2026-07-15T10:54:13.6271624Z    Compiling futures-channel v0.3.32
2026-07-15T10:54:13.6402334Z    Compiling futures-task v0.3.32
2026-07-15T10:54:13.6572688Z    Compiling generic-array v0.14.7
2026-07-15T10:54:13.6771530Z    Compiling rand_core v0.10.1
2026-07-15T10:54:13.6811391Z    Compiling hashbrown v0.17.1
2026-07-15T10:54:13.6921546Z    Compiling bitflags v2.12.1
2026-07-15T10:54:13.7141480Z    Compiling rustversion v1.0.22
2026-07-15T10:54:13.7371495Z    Compiling getrandom v0.4.2
2026-07-15T10:54:13.8211799Z    Compiling cpufeatures v0.2.17
2026-07-15T10:54:13.8553775Z    Compiling rustc_version v0.4.1
2026-07-15T10:54:13.8841318Z    Compiling fnv v1.0.7
2026-07-15T10:54:13.8941825Z    Compiling cfg_aliases v0.2.1
2026-07-15T10:54:13.9041218Z    Compiling strsim v0.11.1
2026-07-15T10:54:13.9814057Z    Compiling litemap v0.8.2
2026-07-15T10:54:13.9992117Z    Compiling writeable v0.6.3
2026-07-15T10:54:14.0031616Z    Compiling icu_properties_data v2.2.0
2026-07-15T10:54:14.0721257Z    Compiling utf8_iter v1.0.4
2026-07-15T10:54:14.0916242Z    Compiling icu_normalizer_data v2.2.0
2026-07-15T10:54:14.1651372Z    Compiling fs_extra v1.3.0
2026-07-15T10:54:14.2191497Z    Compiling ident_case v1.0.1
2026-07-15T10:54:14.2381142Z    Compiling dunce v1.0.5
2026-07-15T10:54:14.3091385Z    Compiling percent-encoding v2.3.2
2026-07-15T10:54:14.3148125Z    Compiling autocfg v1.5.1
2026-07-15T10:54:14.3374815Z    Compiling http v1.4.1
2026-07-15T10:54:14.3407895Z    Compiling unicode-segmentation v1.13.3
2026-07-15T10:54:14.3990904Z    Compiling aws-lc-rs v1.17.0
2026-07-15T10:54:14.5176910Z    Compiling thiserror v2.0.18
2026-07-15T10:54:14.5402377Z    Compiling cpufeatures v0.3.0
2026-07-15T10:54:14.5821658Z    Compiling scopeguard v1.2.0
2026-07-15T10:54:14.5950693Z    Compiling chacha20 v0.10.0
2026-07-15T10:54:14.6500632Z    Compiling syn v2.0.117
2026-07-15T10:54:14.6630801Z    Compiling lock_api v0.4.14
2026-07-15T10:54:14.7270873Z    Compiling indexmap v2.14.0
2026-07-15T10:54:14.7340506Z    Compiling form_urlencoded v1.2.2
2026-07-15T10:54:14.7681077Z    Compiling jobserver v0.1.34
2026-07-15T10:54:14.8111140Z    Compiling untrusted v0.9.0
2026-07-15T10:54:14.8712889Z    Compiling heck v0.5.0
2026-07-15T10:54:14.8940725Z    Compiling rustls v0.23.40
2026-07-15T10:54:14.9080670Z    Compiling atomic-waker v1.1.2
2026-07-15T10:54:14.9420585Z    Compiling convert_case v0.10.0
2026-07-15T10:54:14.9490803Z    Compiling unicode-xid v0.2.6
2026-07-15T10:54:15.0056558Z    Compiling const-oid v0.10.2
2026-07-15T10:54:15.0113264Z    Compiling anyhow v1.0.102
2026-07-15T10:54:15.0411031Z    Compiling parking_lot_core v0.9.12
2026-07-15T10:54:15.0470736Z    Compiling paste v1.0.15
2026-07-15T10:54:15.0700658Z    Compiling zerocopy v0.8.50
2026-07-15T10:54:15.0770930Z    Compiling httparse v1.10.1
2026-07-15T10:54:15.0853770Z    Compiling num-traits v0.2.19
2026-07-15T10:54:15.1720766Z    Compiling cc v1.2.63
2026-07-15T10:54:15.2333286Z    Compiling hybrid-array v0.4.12
2026-07-15T10:54:15.2831021Z    Compiling curve25519-dalek v4.1.3
2026-07-15T10:54:15.3080559Z    Compiling ahash v0.8.12
2026-07-15T10:54:15.3350890Z    Compiling fastrand v2.4.1
2026-07-15T10:54:15.3690970Z    Compiling powerfmt v0.2.0
2026-07-15T10:54:15.4770476Z    Compiling either v1.16.0
2026-07-15T10:54:15.5311688Z    Compiling base64ct v1.8.3
2026-07-15T10:54:15.6240361Z    Compiling deranged v0.5.8
2026-07-15T10:54:15.6940473Z    Compiling crypto-common v0.1.7
2026-07-15T10:54:15.7334994Z    Compiling block-buffer v0.10.4
2026-07-15T10:54:15.8230548Z    Compiling http-body v1.0.1
2026-07-15T10:54:15.8540494Z    Compiling digest v0.10.7
2026-07-15T10:54:15.8670245Z    Compiling pem-rfc7468 v1.0.0
2026-07-15T10:54:15.9410797Z    Compiling zmij v1.0.21
2026-07-15T10:54:15.9510347Z    Compiling time-core v0.1.8
2026-07-15T10:54:15.9950958Z    Compiling base64 v0.22.1
2026-07-15T10:54:16.0111357Z    Compiling vcpkg v0.2.15
2026-07-15T10:54:16.1200765Z    Compiling mio v1.2.1
2026-07-15T10:54:16.1320433Z    Compiling socket2 v0.6.4
2026-07-15T10:54:16.1607787Z    Compiling getrandom v0.2.17
2026-07-15T10:54:16.3212276Z    Compiling tower-service v0.3.3
2026-07-15T10:54:16.3701035Z    Compiling rand_core v0.6.4
2026-07-15T10:54:16.3900235Z    Compiling cmake v0.1.58
2026-07-15T10:54:16.4330421Z    Compiling rand v0.10.1
2026-07-15T10:54:16.4520454Z    Compiling uuid v1.23.2
2026-07-15T10:54:16.4600230Z    Compiling num-conv v0.2.2
2026-07-15T10:54:16.5500442Z    Compiling tinyvec_macros v0.1.1
2026-07-15T10:54:16.5560549Z    Compiling data-encoding v2.11.0
2026-07-15T10:54:16.5600380Z    Compiling try-lock v0.2.5
2026-07-15T10:54:16.5974464Z    Compiling pkg-config v0.3.33
2026-07-15T10:54:16.6243075Z    Compiling want v0.3.1
2026-07-15T10:54:16.6560622Z    Compiling tinyvec v1.11.0
2026-07-15T10:54:16.6850535Z    Compiling parking_lot v0.12.5
2026-07-15T10:54:16.8430234Z    Compiling sha2 v0.10.9
2026-07-15T10:54:17.0140599Z    Compiling block-buffer v0.12.0
2026-07-15T10:54:17.0490568Z    Compiling crypto-common v0.2.2
2026-07-15T10:54:17.0710631Z    Compiling inout v0.1.4
2026-07-15T10:54:17.1230538Z    Compiling vergen-lib v9.1.0
2026-07-15T10:54:17.1706458Z    Compiling n0-future v0.3.2
2026-07-15T10:54:17.2050504Z    Compiling parking v2.2.1
2026-07-15T10:54:17.2720355Z    Compiling spin v0.10.0
2026-07-15T10:54:17.2887922Z    Compiling winnow v1.0.3
2026-07-15T10:54:17.2990428Z    Compiling diatomic-waker v0.2.3
2026-07-15T10:54:17.3180483Z    Compiling crossbeam-utils v0.8.21
2026-07-15T10:54:17.3950329Z    Compiling httpdate v1.0.3
2026-07-15T10:54:17.4030401Z    Compiling cordyceps v0.3.4
2026-07-15T10:54:17.4630284Z    Compiling signature v2.2.0
2026-07-15T10:54:17.4830613Z    Compiling serde_json v1.0.150
2026-07-15T10:54:17.4960346Z    Compiling futures-lite v2.6.1
2026-07-15T10:54:17.5210751Z    Compiling cipher v0.4.4
2026-07-15T10:54:17.5680835Z    Compiling ed25519 v2.2.3
2026-07-15T10:54:17.6050246Z    Compiling aws-lc-sys v0.41.0
2026-07-15T10:54:17.6391172Z    Compiling ring v0.17.14
2026-07-15T10:54:17.6890494Z    Compiling libsqlite3-sys v0.30.1
2026-07-15T10:54:17.7289935Z    Compiling futures-buffered v0.2.13
2026-07-15T10:54:17.7690707Z    Compiling netlink-packet-core v0.8.1
2026-07-15T10:54:17.7772126Z    Compiling universal-hash v0.5.1
2026-07-15T10:54:17.7887649Z    Compiling vergen v9.1.0
2026-07-15T10:54:17.8088316Z    Compiling vergen-lib v0.1.6
2026-07-15T10:54:17.9360209Z    Compiling digest v0.11.3
2026-07-15T10:54:17.9844755Z    Compiling heapless v0.7.17
2026-07-15T10:54:17.9900567Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-15T10:54:18.0010229Z    Compiling noq-udp v0.10.0
2026-07-15T10:54:18.0856527Z    Compiling sync_wrapper v1.0.2
2026-07-15T10:54:18.1410473Z    Compiling allocator-api2 v0.2.21
2026-07-15T10:54:18.1600278Z    Compiling byteorder v1.5.0
2026-07-15T10:54:18.2111935Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-15T10:54:18.2451698Z    Compiling opaque-debug v0.3.1
2026-07-15T10:54:18.2880830Z    Compiling polyval v0.6.2
2026-07-15T10:54:18.3380594Z    Compiling hash32 v0.2.1
2026-07-15T10:54:18.3690408Z    Compiling vergen-gitcl v1.0.8
2026-07-15T10:54:18.4365936Z    Compiling spin v0.9.8
2026-07-15T10:54:18.5630878Z    Compiling fallible-iterator v0.3.0
2026-07-15T10:54:18.5970780Z    Compiling signature v3.0.0
2026-07-15T10:54:18.6590396Z    Compiling ryu v1.0.23
2026-07-15T10:54:18.6690343Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-15T10:54:18.7056725Z    Compiling tower-layer v0.3.3
2026-07-15T10:54:18.7117304Z    Compiling num_threads v0.1.7
2026-07-15T10:54:18.7391221Z    Compiling ghash v0.5.1
2026-07-15T10:54:18.7943369Z    Compiling time v0.3.47
2026-07-15T10:54:18.8360396Z    Compiling sha2 v0.11.0-rc.5
2026-07-15T10:54:18.8550337Z    Compiling aes v0.8.4
2026-07-15T10:54:18.8619977Z    Compiling ctr v0.9.2
2026-07-15T10:54:18.8779792Z    Compiling fs2 v0.4.3
2026-07-15T10:54:18.9890442Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-15T10:54:19.0080320Z    Compiling http-body-util v0.1.3
2026-07-15T10:54:19.0300387Z    Compiling aead v0.5.2
2026-07-15T10:54:19.0460284Z    Compiling arrayvec v0.7.6
2026-07-15T10:54:19.1250332Z    Compiling utf8parse v0.2.2
2026-07-15T10:54:19.1990233Z    Compiling openssl-probe v0.2.1
2026-07-15T10:54:19.2272700Z    Compiling crossbeam-epoch v0.9.18
2026-07-15T10:54:19.2640370Z    Compiling crossbeam-channel v0.5.15
2026-07-15T10:54:19.2950348Z    Compiling netlink-packet-route v0.29.0
2026-07-15T10:54:19.3040256Z    Compiling blake3 v1.8.5
2026-07-15T10:54:19.4590523Z    Compiling aes-gcm v0.10.3
2026-07-15T10:54:19.4690236Z    Compiling memoffset v0.6.5
2026-07-15T10:54:19.5780579Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-15T10:54:19.5930363Z    Compiling acto v0.8.2
2026-07-15T10:54:19.6150334Z    Compiling netwatch v0.16.0
2026-07-15T10:54:19.7511214Z    Compiling noq v0.18.0
2026-07-15T10:54:19.7776652Z    Compiling rustix v1.1.4
2026-07-15T10:54:19.7990633Z    Compiling ref-cast v1.0.25
2026-07-15T10:54:19.8630890Z    Compiling rustc-hash v2.1.2
2026-07-15T10:54:19.9040882Z    Compiling identity-hash v0.1.0
2026-07-15T10:54:19.9760435Z    Compiling xml-rs v0.8.28
2026-07-15T10:54:20.0390517Z    Compiling sorted-index-buffer v0.2.1
2026-07-15T10:54:20.0651054Z    Compiling lru-slab v0.1.2
2026-07-15T10:54:20.0900597Z    Compiling tagptr v0.2.0
2026-07-15T10:54:20.0970726Z    Compiling thiserror v1.0.69
2026-07-15T10:54:20.1970397Z    Compiling mac-addr v0.3.0
2026-07-15T10:54:20.2070297Z    Compiling foldhash v0.2.0
2026-07-15T10:54:20.3590489Z    Compiling hashbrown v0.16.1
2026-07-15T10:54:20.3930758Z    Compiling netlink-packet-route v0.30.0
2026-07-15T10:54:20.4489140Z    Compiling synstructure v0.13.2
2026-07-15T10:54:20.4511696Z    Compiling darling_core v0.20.11
2026-07-15T10:54:20.5035078Z    Compiling proc-macro-crate v3.5.0
2026-07-15T10:54:20.6915938Z    Compiling serde_derive_internals v0.29.1
2026-07-15T10:54:21.0100857Z    Compiling xmltree v0.10.3
2026-07-15T10:54:21.1757642Z    Compiling termios v0.2.2
2026-07-15T10:54:21.2890279Z    Compiling serial-core v0.4.0
2026-07-15T10:54:21.2990787Z    Compiling ioctl-rs v0.1.6
2026-07-15T10:54:21.3030838Z    Compiling errno v0.3.14
2026-07-15T10:54:21.3080916Z    Compiling simple-dns v0.9.3
2026-07-15T10:54:21.3530607Z    Compiling aho-corasick v1.1.4
2026-07-15T10:54:21.4080704Z    Compiling simdutf8 v0.1.5
2026-07-15T10:54:21.4330476Z    Compiling constant_time_eq v0.4.2
2026-07-15T10:54:21.4931139Z    Compiling arrayref v0.3.9
2026-07-15T10:54:21.5930910Z    Compiling toml_write v0.1.2
2026-07-15T10:54:21.6611701Z    Compiling linux-raw-sys v0.12.1
2026-07-15T10:54:21.7590565Z    Compiling signal-hook v0.3.18
2026-07-15T10:54:21.8874516Z    Compiling resolv-conf v0.7.6
2026-07-15T10:54:21.8930597Z    Compiling smol_str v0.1.24
2026-07-15T10:54:21.9486771Z    Compiling winnow v0.7.15
2026-07-15T10:54:22.1139209Z    Compiling regex-syntax v0.8.10
2026-07-15T10:54:22.1471810Z    Compiling sha1_smol v1.0.1
2026-07-15T10:54:22.2558570Z    Compiling serial-unix v0.4.0
2026-07-15T10:54:22.4280492Z    Compiling signal-hook-registry v1.4.8
2026-07-15T10:54:22.4380364Z    Compiling lru v0.16.4
2026-07-15T10:54:22.5815087Z    Compiling darling_core v0.23.0
2026-07-15T10:54:22.6227173Z    Compiling serde_bytes v0.11.19
2026-07-15T10:54:22.7770047Z    Compiling hmac v0.12.1
2026-07-15T10:54:22.8220216Z    Compiling serde_derive v1.0.228
2026-07-15T10:54:22.8860357Z    Compiling zeroize_derive v1.4.3
2026-07-15T10:54:22.9470577Z    Compiling tokio-macros v2.7.0
2026-07-15T10:54:23.0110305Z    Compiling futures-macro v0.3.32
2026-07-15T10:54:23.6790632Z    Compiling zeroize v1.8.2
2026-07-15T10:54:23.6904346Z    Compiling tokio v1.52.3
2026-07-15T10:54:23.7330313Z    Compiling zerofrom-derive v0.1.7
2026-07-15T10:54:23.8780413Z    Compiling yoke-derive v0.8.2
2026-07-15T10:54:24.2019955Z    Compiling zerovec-derive v0.11.3
2026-07-15T10:54:24.2121944Z    Compiling futures-util v0.3.32
2026-07-15T10:54:24.6070656Z    Compiling displaydoc v0.2.6
2026-07-15T10:54:24.8230765Z    Compiling tracing-attributes v0.1.31
2026-07-15T10:54:25.4980466Z    Compiling zerofrom v0.1.8
2026-07-15T10:54:25.5807005Z    Compiling rustls-pki-types v1.14.1
2026-07-15T10:54:25.6720322Z    Compiling thiserror-impl v2.0.18
2026-07-15T10:54:25.7101188Z    Compiling yoke v0.8.3
2026-07-15T10:54:25.7570648Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-15T10:54:25.9546892Z    Compiling zerotrie v0.2.4
2026-07-15T10:54:26.0350565Z    Compiling zerovec v0.11.6
2026-07-15T10:54:26.3774636Z    Compiling darling_macro v0.20.11
2026-07-15T10:54:26.4151008Z    Compiling derive_more-impl v2.1.1
2026-07-15T10:54:26.5140486Z    Compiling spez v0.1.2
2026-07-15T10:54:26.8254543Z    Compiling darling v0.20.11
2026-07-15T10:54:26.8909550Z    Compiling tinystr v0.8.3
2026-07-15T10:54:26.9134531Z    Compiling potential_utf v0.1.5
2026-07-15T10:54:26.9261201Z    Compiling derive_builder_core v0.20.2
2026-07-15T10:54:26.9555524Z    Compiling n0-error-macros v0.1.3
2026-07-15T10:54:27.0912149Z    Compiling icu_locale_core v2.2.0
2026-07-15T10:54:27.1170460Z    Compiling icu_collections v2.2.0
2026-07-15T10:54:27.4261205Z    Compiling der v0.8.0-rc.10
2026-07-15T10:54:27.7940999Z    Compiling pin-project-internal v1.1.13
2026-07-15T10:54:28.0041040Z    Compiling cobs v0.3.0
2026-07-15T10:54:28.2240001Z    Compiling n0-error v0.1.3
2026-07-15T10:54:28.2830234Z    Compiling icu_provider v2.2.0
2026-07-15T10:54:28.4190495Z    Compiling derive_builder_macro v0.20.2
2026-07-15T10:54:28.6440737Z    Compiling ipnet v2.12.0
2026-07-15T10:54:28.7732972Z    Compiling icu_normalizer v2.2.0
2026-07-15T10:54:28.8220167Z    Compiling icu_properties v2.2.0
2026-07-15T10:54:29.0350386Z    Compiling derive_builder v0.20.2
2026-07-15T10:54:29.0850566Z    Compiling spki v0.8.0-rc.4
2026-07-15T10:54:29.2190470Z    Compiling prefix-trie v0.8.4
2026-07-15T10:54:29.2751813Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-15T10:54:29.4710373Z    Compiling once_cell v1.21.4
2026-07-15T10:54:29.4910193Z    Compiling pin-project v1.1.13
2026-07-15T10:54:29.5820385Z    Compiling futures-executor v0.3.32
2026-07-15T10:54:29.5880239Z    Compiling ed25519-dalek v2.2.0
2026-07-15T10:54:29.6000070Z    Compiling ed25519 v3.0.0-rc.4
2026-07-15T10:54:29.6692856Z    Compiling tracing-core v0.1.36
2026-07-15T10:54:29.8360838Z    Compiling spt-proto v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-15T10:54:29.8920509Z    Compiling hashbrown v0.14.5
2026-07-15T10:54:29.9180545Z    Compiling futures v0.3.32
2026-07-15T10:54:30.0510616Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-15T10:54:30.1062161Z    Compiling postcard-derive v0.2.2
2026-07-15T10:54:30.2590647Z    Compiling tracing v0.1.44
2026-07-15T10:54:30.5650346Z    Compiling tokio-util v0.7.18
2026-07-15T10:54:30.5984924Z    Compiling idna_adapter v1.2.2
2026-07-15T10:54:30.7132093Z    Compiling idna v1.1.0
2026-07-15T10:54:30.7400805Z    Compiling netlink-sys v0.8.8
2026-07-15T10:54:30.8063178Z    Compiling data-encoding-macro v0.1.20
2026-07-15T10:54:30.8660421Z    Compiling hashlink v0.9.1
2026-07-15T10:54:30.8802302Z    Compiling postcard v1.1.3
2026-07-15T10:54:30.9000583Z    Compiling tower v0.5.3
2026-07-15T10:54:30.9081032Z    Compiling rustls-native-certs v0.8.4
2026-07-15T10:54:30.9670698Z    Compiling iroh-metrics-derive v0.4.1
2026-07-15T10:54:31.0987201Z    Compiling enum-assoc v1.3.0
2026-07-15T10:54:31.1251220Z    Compiling strum_macros v0.28.0
2026-07-15T10:54:31.2396352Z    Compiling url v2.5.8
2026-07-15T10:54:31.2645968Z    Compiling rusqlite v0.32.1
2026-07-15T10:54:31.2741686Z    Compiling derive_more v2.1.1
2026-07-15T10:54:31.4001263Z    Compiling async-trait v0.1.89
2026-07-15T10:54:31.5030800Z    Compiling num_enum_derive v0.7.6
2026-07-15T10:54:31.5240593Z    Compiling netdev v0.42.0
2026-07-15T10:54:31.5355370Z    Compiling h2 v0.4.14
2026-07-15T10:54:31.6091124Z    Compiling iroh-metrics v0.38.3
2026-07-15T10:54:31.7000779Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-15T10:54:31.9066331Z    Compiling n0-watcher v0.6.1
2026-07-15T10:54:32.0476637Z    Compiling tokio-stream v0.1.18
2026-07-15T10:54:32.0875658Z    Compiling netlink-proto v0.12.0
2026-07-15T10:54:32.1838607Z    Compiling iroh-relay v0.98.0
2026-07-15T10:54:32.2706907Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-15T10:54:32.4581772Z    Compiling spt-store v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-15T10:54:32.4862809Z    Compiling attohttpc v0.30.1
2026-07-15T10:54:32.5271022Z    Compiling tower-http v0.6.11
2026-07-15T10:54:32.6020452Z    Compiling iroh-base v0.98.0
2026-07-15T10:54:32.6750478Z    Compiling moka v0.12.15
2026-07-15T10:54:32.7630256Z    Compiling num_enum v0.7.6
2026-07-15T10:54:32.8684014Z    Compiling toml_datetime v0.6.11
2026-07-15T10:54:32.8859861Z    Compiling serde_spanned v0.6.9
2026-07-15T10:54:32.9290186Z    Compiling ref-cast-impl v1.0.25
2026-07-15T10:54:32.9929058Z    Compiling thiserror-impl v1.0.69
2026-07-15T10:54:33.3021364Z    Compiling toml_edit v0.22.27
2026-07-15T10:54:33.3230154Z    Compiling webpki-roots v1.0.7
2026-07-15T10:54:33.3833409Z    Compiling regex-automata v0.4.14
2026-07-15T10:54:33.4330718Z    Compiling schemars_derive v1.2.1
2026-07-15T10:54:33.4576954Z    Compiling seize v0.5.1
2026-07-15T10:54:33.7002137Z    Compiling iroh v0.98.2
2026-07-15T10:54:33.8850643Z    Compiling bitflags v1.3.2
2026-07-15T10:54:33.9580117Z    Compiling rustix v0.38.44
2026-07-15T10:54:34.0114661Z    Compiling pin-utils v0.1.0
2026-07-15T10:54:34.0255378Z    Compiling cmov v0.5.4
2026-07-15T10:54:34.0430529Z    Compiling dyn-clone v1.0.20
2026-07-15T10:54:34.0940812Z    Compiling nix v0.25.1
2026-07-15T10:54:34.2150902Z    Compiling papaya v0.2.4
2026-07-15T10:54:34.2760736Z    Compiling ctutils v0.4.2
2026-07-15T10:54:34.3478285Z    Compiling backon v1.6.0
2026-07-15T10:54:34.5769608Z    Compiling strum v0.28.0
2026-07-15T10:54:34.6711994Z    Compiling darling_macro v0.23.0
2026-07-15T10:54:34.6960752Z    Compiling iroh-dns v0.98.0
2026-07-15T10:54:34.7180406Z    Compiling filedescriptor v0.8.3
2026-07-15T10:54:34.7290453Z    Compiling hkdf v0.12.4
2026-07-15T10:54:34.8652038Z    Compiling serial v0.4.0
2026-07-15T10:54:34.8850468Z    Compiling anstyle-parse v1.0.0
2026-07-15T10:54:34.9862524Z    Compiling vte_generate_state_changes v0.1.2
2026-07-15T10:54:34.9990296Z    Compiling anstyle v1.0.14
2026-07-15T10:54:35.0351183Z    Compiling linux-raw-sys v0.4.15
2026-07-15T10:54:35.0798062Z    Compiling instability v0.3.12
2026-07-15T10:54:35.1782566Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-15T10:54:35.1853363Z    Compiling shell-words v1.1.1
2026-07-15T10:54:35.2035256Z    Compiling downcast-rs v1.2.1
2026-07-15T10:54:35.2440454Z    Compiling colorchoice v1.0.5
2026-07-15T10:54:35.3110768Z    Compiling foldhash v0.1.5
2026-07-15T10:54:35.3180424Z    Compiling is_terminal_polyfill v1.70.2
2026-07-15T10:54:35.3450514Z    Compiling anstyle-query v1.1.5
2026-07-15T10:54:35.3790838Z    Compiling vte v0.13.1
2026-07-15T10:54:35.4030465Z    Compiling signal-hook-mio v0.2.5
2026-07-15T10:54:35.4160375Z    Compiling anstream v1.0.0
2026-07-15T10:54:35.4480185Z    Compiling darling v0.23.0
2026-07-15T10:54:35.4960659Z    Compiling hashbrown v0.15.5
2026-07-15T10:54:35.5310331Z    Compiling spake2 v0.4.0
2026-07-15T10:54:35.5540310Z    Compiling terminal_size v0.4.4
2026-07-15T10:54:35.6747025Z    Compiling strum_macros v0.26.4
2026-07-15T10:54:35.8760406Z    Compiling schemars v1.2.1
2026-07-15T10:54:35.9680936Z    Compiling spt-msg v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-15T10:54:36.1460560Z    Compiling sha1 v0.10.6
2026-07-15T10:54:36.3160760Z    Compiling itertools v0.13.0
2026-07-15T10:54:36.5217769Z    Compiling castaway v0.2.4
2026-07-15T10:54:36.6010523Z    Compiling regex v1.12.3
2026-07-15T10:54:36.6070419Z    Compiling indoc v2.0.7
2026-07-15T10:54:36.8730750Z    Compiling toml v0.8.23
2026-07-15T10:54:36.9052073Z    Compiling unicode-width v0.1.14
2026-07-15T10:54:37.0997146Z    Compiling static_assertions v1.1.0
2026-07-15T10:54:37.1700873Z    Compiling clap_lex v1.1.0
2026-07-15T10:54:37.2370671Z    Compiling doctest-file v1.1.1
2026-07-15T10:54:37.2890688Z    Compiling compact_str v0.8.2
2026-07-15T10:54:37.5225234Z    Compiling hyper v1.10.1
2026-07-15T10:54:37.9410658Z    Compiling spt-runtime v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-15T10:54:38.1330722Z    Compiling unicode-truncate v1.1.0
2026-07-15T10:54:38.1780212Z    Compiling interprocess v2.4.2
2026-07-15T10:54:38.3440939Z    Compiling portable-pty v0.8.1
2026-07-15T10:54:38.3690709Z    Compiling strum v0.26.3
2026-07-15T10:54:38.4220113Z    Compiling clap_builder v4.6.0
2026-07-15T10:54:38.6013631Z    Compiling crossterm v0.28.1
2026-07-15T10:54:38.6873279Z    Compiling lru v0.12.5
2026-07-15T10:54:38.9260897Z    Compiling spt-term v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-15T10:54:39.0938061Z    Compiling clap_derive v4.6.1
2026-07-15T10:54:39.2137717Z    Compiling cassowary v0.3.0
2026-07-15T10:54:39.2790398Z    Compiling iana-time-zone v0.1.65
2026-07-15T10:54:39.7330894Z    Compiling hyper-util v0.1.20
2026-07-15T10:54:39.7420392Z    Compiling unicode-width v0.2.0
2026-07-15T10:54:39.8350337Z    Compiling chrono v0.4.45
2026-07-15T10:54:39.8720632Z    Compiling nucleo-matcher v0.3.1
2026-07-15T10:54:40.0840480Z    Compiling ratatui v0.29.0
2026-07-15T10:54:40.0858466Z    Compiling qrcode v0.14.1
2026-07-15T10:54:40.1274429Z    Compiling tempfile v3.27.0
2026-07-15T10:54:41.4810332Z    Compiling clap v4.6.1
2026-07-15T10:54:41.6772881Z    Compiling spt-live v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-15T10:54:41.9170727Z    Compiling igd-next v0.17.1
2026-07-15T10:54:43.2780621Z    Compiling portmapper v0.16.0
2026-07-15T10:54:48.9886763Z    Compiling rustls-webpki v0.103.13
2026-07-15T10:54:51.4775167Z    Compiling tokio-rustls v0.26.4
2026-07-15T10:54:51.4776044Z    Compiling rustls-platform-verifier v0.7.0
2026-07-15T10:54:51.4776477Z    Compiling noq-proto v0.17.0
2026-07-15T10:54:51.6225214Z    Compiling hickory-net v0.26.0-beta.4
2026-07-15T10:54:51.6225809Z    Compiling hyper-rustls v0.27.9
2026-07-15T10:54:51.6226312Z    Compiling tokio-websockets v0.13.2
2026-07-15T10:54:51.7854456Z    Compiling reqwest v0.13.4
2026-07-15T10:54:52.7665481Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-15T10:55:07.2740635Z    Compiling spt-net v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-15T10:55:08.7962294Z    Compiling spt-daemon v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-15T10:55:17.6822060Z    Compiling spt v0.31.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-15T10:55:22.6666043Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 09s
2026-07-15T10:55:22.6913277Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-14927b1a941a7d1e)
2026-07-15T10:55:22.6926546Z 
2026-07-15T10:55:22.6926647Z running 1 test
2026-07-15T10:55:28.8811487Z test new_brain_serves_against_old_broker ... ok
2026-07-15T10:55:28.8811783Z 
2026-07-15T10:55:28.8812018Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-15T10:55:28.8812366Z 
